/* 把我们所有标签的内外边距清零 */
* {
  transition-duration: 0.2s;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* em 和 i 斜体的文字不倾斜 */
em,
i {
  font-style: normal;
}
/* 去掉li 的小圆点 */
li {
  list-style: none;
}
img {
  /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
  border: 0;
  /* 取消图片底侧有空白缝隙的问题 */
  vertical-align: middle;
}
button {
  /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
  cursor: pointer;
}
/* 改变a链接的默认样式,颜色和下划线 */
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: initial;
}
button,
input {
  /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}
body {
  /* CSS3 抗锯齿形 让文字显示的更加清晰 */
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333333;
  font-size: 14px;
  min-width: 1200px;
}
.hide,
.none {
  display: none;
}
/* 清除浮动 */
.cls:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}
.cls {
  *zoom: 1;
}
.m-top--banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  transition-duration: 0.5s;
  height: 440px;
}
.m-top--banner.hidden {
  height: 0;
  opacity: 0;
}
.m-top--banner .cens {
  position: relative;
  z-index: 9999;
}
.m-top--banner .cens .close {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 9999;
  cursor: pointer;
}
.m-top--banner .cens .close:hover {
  opacity: 0.7;
}
.m-top--banner img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.m-fix--img--oneline {
  position: fixed;
  text-align: left;
  right: 0px;
  width: 300px;
  top: 50px;
  z-index: 1000;
  cursor: pointer;
}
.m-fix--img--oneline .img {
  width: 100%;
  height: auto;
}
.m-scroll--bar {
  overflow: auto;
}
.m-scroll--bar::-webkit-scrollbar {
  width: 6px !important;
}
.m-scroll--bar::-webkit-scrollbar-track {
  background-color: #161718;
}
.m-scroll--bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999999;
}
.m-scroll--bar--yellow::-webkit-scrollbar {
  width: 6px !important;
}
.m-scroll--bar--yellow::-webkit-scrollbar-track {
  background-color: #161718;
}
.m-scroll--bar--yellow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #DBC78D;
}
.m-btn--hover {
  cursor: pointer;
}
.m-btn--hover:hover {
  opacity: 0.7;
}
.m-img--hover {
  cursor: pointer;
  overflow: hidden;
}
.m-img--hover .img {
  width: 100%;
  height: 100%;
}
.m-img--hover:hover .img {
  transform: scale(1.2);
}
.m-banner--join {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  height: 240px;
  background: url(../images/ep-nei-banner.png) no-repeat center / auto 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 20px;
}
.m-banner--join .info {
  padding: 0 10%;
  padding-right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 33px;
  text-align: justify;
}
.m-banner--join .btns {
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-banner--join .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #005293;
  line-height: 25px;
}
.m-h1 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.m-h1::after {
  content: '';
  display: flex;
  flex: 1;
  width: 0;
  height: 1px;
  border-bottom: 2px solid #F2F2F2;
}
.m-h1 .m-h1--title {
  margin-right: 12px;
}
.m-h1 .m-h1--more {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 20px;
  background: #fff;
}
.m-btn--more {
  display: inline-block;
  color: #0073ff;
  border: 1px solid #0073ff;
  width: 75px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-weight: lighter;
  font-size: 14px;
  background: #fff;
}
.m-btn--more:hover {
  color: #0073ff;
  opacity: 0.8;
}
.m-tabs--box .boxs {
  display: none;
}
.m-tabs--box .boxs.hover {
  display: block;
}
.m-btn--more--blue {
  display: inline-block;
  width: 128px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #005293;
  box-shadow: 0px 10px 10px 0px rgba(0, 97, 255, 0.3);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.m-btn--more--blue:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.m-shares {
  font-size: 16px;
  color: #666;
}
.m-shares .bshare-custom .item {
  margin-right: 20px;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.m-shares .bshare-custom .bshare-qqim {
  background: url(../images/share-qq.png) no-repeat center / auto 100%;
}
.m-shares .bshare-custom .bshare-qzone {
  background: url(../images/share-pengyouquan.png) no-repeat center / auto 100%;
}
.m-shares .bshare-custom .bshare-weixin {
  background: url(../images/share-weixin.png) no-repeat center / 100% auto;
}
.m-shares .bshare-custom .bshare-sinaminiblog {
  background: url(../images/share-sina.png) no-repeat center / 100% auto;
}
.m-list--cardinfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.m-list--cardinfo .item {
  background: #FFFFFF;
  opacity: 0.74;
  border: 1px solid #E4E4E4;
  padding: 20px;
  overflow: hidden;
}
.m-list--cardinfo .item:hover .info,
.m-list--cardinfo .item:hover .title {
  color: #005293;
}
.m-list--cardinfo .item:hover .btns .link {
  color: #fff;
  background: #005293;
  box-shadow: 0px 10px 10px 0px rgba(0, 97, 255, 0.3);
}
.m-list--cardinfo .item .time {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  line-height: 28px;
  font-family: DINAlternate-Bold, DINAlternate;
}
.m-list--cardinfo .item .title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.m-list--cardinfo .item .info {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.m-list--cardinfo .item .btns .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
}
.m-list--card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
}
.m-list--card .item.video .imgs {
  position: relative;
}
.m-list--card .item.video .imgs::after {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/video-play.png) no-repeat center / 100%;
}
.m-list--card .item:hover {
  transform: translate(0, -20px);
}
.m-list--card .item .imgs {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.m-list--card .item .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-list--card .item .info {
  text-align: justify;
}
.m-list--card .item .info .title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.m-list--card .item .info .msg {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.m-list--card .item .info .msg .span {
  margin-right: 15px;
}
.m-list--vip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.m-list--vip .item {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(228, 228, 228, 0.74);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.m-list--vip .item:hover {
  opacity: 0.8;
}
.m-list--circle .item {
  display: flex;
}
.m-list--circle .item:hover {
  color: #000;
  font-weight: bold;
}
.m-list--circle .item:hover .title,
.m-list--circle .item:hover .time {
  color: #000;
  font-weight: bold;
}
.m-list--circle .item .title {
  flex: 1;
  width: 0;
  overflow: hidden;
  margin-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  position: relative;
  padding-left: 25px;
}
.m-list--circle .item .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #005293;
  border-radius: 100px;
}
.m-list--circle .item .time {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.m-list--default {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
.m-list--default.red .item:hover {
  background: linear-gradient(to right, #E42828 0%, #F55757 100%);
}
.m-list--default .item {
  display: flex;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #E4E4E4;
  transition-duration: 0s;
  transition-delay: 0s;
  align-items: flex-start;
}
.m-list--default .item .title,
.m-list--default .item .msg {
  transition-duration: 0s;
  transition-delay: 0s;
}
.m-list--default .item:hover {
  background: linear-gradient(to right, #005293 0%, #4096FF 100%);
  color: #fff;
}
.m-list--default .item:hover .time-one {
  border-color: #fff;
  color: #fff;
}
.m-list--default .item:hover .time-one .day {
  border-color: #fff;
}
.m-list--default .item:hover .time {
  border-right: 1px solid #fff;
}
.m-list--default .item:hover .time .num,
.m-list--default .item:hover .time .line {
  color: #fff;
}
.m-list--default .item .time-one {
  border: 2px solid #005293;
  color: #005293;
  text-align: center;
  width: 60px;
  margin-left: 20px;
}
.m-list--default .item .time-one .day {
  border-bottom: 2px solid #005293;
  padding: 5px 0;
  font-size: 26px;
  font-weight: bold;
}
.m-list--default .item .time-one .year {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  font-size: 14px;
  padding-bottom: 5px;
}
.m-list--default .item .time {
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid rgba(102, 102, 102, 0.1);
}
.m-list--default .item .time .num {
  font-size: 24px;
  font-weight: bold;
  font-family: DINAlternate-Bold, DINAlternate;
  color: #666666;
  line-height: 28px;
  letter-spacing: 3px;
}
.m-list--default .item .time .line {
  font-size: 10px;
  font-family: Impact;
  color: #666666;
  line-height: 12px;
  letter-spacing: 1px;
}
.m-list--default .item .info {
  flex: 1;
  width: 0;
  margin: 0 24px;
}
.m-list--default .item .info .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 20px;
}
.m-list--default .item .info .msg {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.m-flex {
  display: flex;
}
.m-flex.ver-top {
  align-items: flex-start;
}
.m-flex.m-flex--center {
  justify-content: center;
  align-items: center;
}
.m-fix--item {
  position: fixed;
  left: 50%;
  top: 10%;
  z-index: 999;
  opacity: 0;
}
.m-fix--item.hover {
  opacity: 1;
}
.m-fix--item .fimg {
  width: 126px;
  height: auto;
}
.m-fix--item.m-fix--le {
  transform: translate(-900px, 0);
}
.m-fix--item.m-fix--ri {
  transform: translate(774px, 0);
}
.m-fixmenu {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
.m-fixmenu .item {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #005293;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #005293;
  line-height: 16px;
  font-size: 12px;
  margin: 10px;
  background: #fff;
  padding-top: 6px;
}
.m-fixmenu .item:hover .boxs {
  display: block;
}
.m-fixmenu .item .boxs {
  position: absolute;
  right: 50px;
  top: -10px;
  padding: 10px;
  padding-right: 15px;
  display: none;
}
.m-fixmenu .item .boxs .cons {
  background: #fff;
  border: 1px solid #005293;
  position: relative;
  border-radius: 10px;
}
.m-fixmenu .item .boxs .cons .title {
  height: 30px;
  line-height: 30px;
  background: #f2f4f6;
  padding: 0 10px;
  border-radius: 10px 10px 0 0;
}
.m-fixmenu .item .boxs .cons .info {
  padding: 10px;
  width: 200px;
  min-height: 40px;
}
.m-fixmenu .item .boxs .cons .info p {
  margin: 5px 0;
}
.m-fixmenu .item .boxs .cons .info img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.m-fixmenu .item .boxs .cons::after {
  content: '';
  position: absolute;
  right: -9px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #f2f4f6;
  border-right: none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.m-fixmenu .item .boxs .cons::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #005293;
  border-right: none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.m-fixmenu .item.sm {
  font-size: 12px;
}
.m-fixmenu .item .img {
  height: 15px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.m-fixmenu .item .name {
  font-size: 14px;
  transform: scale(0.9);
  line-height: 15px;
}
.m-menus {
  background: linear-gradient(to top, #005293, #0385FF);
}
.m-upload--drag {
  cursor: pointer;
  width: 190px;
  height: 227px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 7px;
}
.m-upload--drag:hover {
  opacity: 0.8;
}
.m-upload--drag .m-upload {
  background: #F8F8F8;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.m-upload--drag .m-upload .def {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.m-upload--drag .m-upload .def.hover {
  display: flex;
}
.m-upload--drag .m-upload .def .msg {
  font-size: 14px;
  font-weight: 600;
  color: #CCCCCC;
  line-height: 20px;
  margin-bottom: 12px;
}
.m-upload--drag .m-upload .def .btn {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  line-height: 45px;
  text-align: center;
}
.m-upload--drag .m-upload .suc {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.m-upload--drag .m-upload .suc .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-upload--drag .m-upload .suc.hover {
  display: flex;
}
.m-menus--nei {
  width: 201px;
  min-height: 534px;
  padding: 28px 25px;
  background: linear-gradient(to bottom, #1F82F1 0%, #03B4FF 100%);
  position: relative;
  padding-top: 100px;
  padding-bottom: 201px;
  border-radius: 0px 30px 0px 0px;
}
.m-menus--nei .topimgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(45deg, #03B4FF 0%, #3997FF 100%);
  border-radius: 0px 30px 0px 0px;
  display: flex;
  align-items: center;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 22px;
  font-family: DINAlternate-Bold, DINAlternate;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  text-transform: uppercase;
}
.m-menus--nei .topimgs .info {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
  background: linear-gradient(to right, #FFFFFF 0%, #91C5FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-menus--nei .bgimg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 201px;
  opacity: 0.53;
}
.m-menus--nei .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 20px;
  color: #FFFFFF;
  line-height: 60px;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
}
.m-menus--nei .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: url(../images/details-left-bg-hovre.png) no-repeat center bottom;
  display: none;
  opacity: 0.8;
}
.m-menus--nei .item.hover,
.m-menus--nei .item:hover {
  font-weight: bold;
}
.m-menus--nei .item.hover::after,
.m-menus--nei .item:hover::after {
  display: block;
}
.m-menu {
  width: 1200px;
  margin: auto;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-menu .menus {
  flex: 1;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.m-menu .menus .item {
  float: left;
  display: inline-block;
  line-height: 55px;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  height: 100%;
  align-items: center;
  min-width: 98px;
  padding: 0 5px;
  word-spacing: 2px;
  letter-spacing: 2px;
  text-align: center;
}
.m-menu .menus .item:hover,
.m-menu .menus .item.hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #005293, #0385FF);
}
.m-menu .search {
  width: 250px;
  height: 40px;
  display: flex;
}
.m-menu .search .con {
  width: 0;
  flex: 1;
  border: 1px solid #fff;
  border-right: none;
  background-color: #FFFFFF;
  align-items: center;
}
.m-menu .search .con .icon {
  height: 19px;
  vertical-align: middle;
  margin: 0 10px;
}
.m-menu .search .con .input {
  color: #333;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
}
.m-menu .search .con .input::placeholder {
  color: rgba(51, 51, 51, 0.63);
}
.m-menu .search .sub {
  width: 75px;
  height: 40px;
  font-size: 20px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  background-color: #0385FF;
}
.m-ie--empty {
  position: relative;
  z-index: 10000;
  padding-top: 20%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  min-height: 100%;
  background: #fff;
}
.m-body {
  min-height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.m-home {
  background-image: url(../images/banner.jpg);
  background-size: auto 450px;
}
.m-page {
  background-image: url(../images/banner-nei.jpg);
  background-size: auto 300px;
}
.m-logo {
  text-align: center;
  padding-top: 105px;
  margin-bottom: 102px;
}
.m-logo .logo {
  height: 188px;
}
.m-logo--nei {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 39px;
}
.m-logo--nei .logo {
  height: 156px;
}
.m-newsearch {
  width: 1200px;
  margin: auto;
  height: 55px;
  position: relative;
}
.m-newsearch .m-newsearch--box {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 260px;
  height: 40px;
  opacity: 1;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.76);
  display: flex;
  padding: 0 10px;
}
.m-newsearch .m-newsearch--box .input {
  flex: 1;
  width: 0;
  border: none;
  background: none;
}
.m-newsearch .m-newsearch--box .input::placeholder {
  color: #666666;
}
.m-newsearch .m-newsearch--box .submit {
  width: 22px;
  background: none;
  border: none;
  outline: none;
}
.m-newsearch .m-newsearch--box .submit img {
  width: 18px;
  height: 18px;
}
.m-box {
  width: 1200px;
  min-height: 400px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.m-box--padd {
  padding: 0 100px;
}
.m-box--item {
  padding: 0 100px;
  margin: 60px 0;
}
.m-tabs--infos .layui-tab-bar {
  display: none;
}
.m-tabs--infos .m-tabs--title {
  position: relative;
}
.m-tabs--infos .m-tabs--title .btn {
  position: absolute;
  right: 0;
  top: 10px;
}
.m-tabs--infos .layui-tab .layui-this {
  font-weight: bold;
  color: #005293 !important;
}
.m-tabs--infos .layui-tab .layui-this:after {
  border: none;
  height: auto;
  border-bottom: 6px solid #005293;
  bottom: -4px;
}
.m-tabs--infos .layui-tab .layui-tab-title {
  display: flex;
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
  height: auto;
  flex-wrap: wrap;
}
.m-tabs--infos .layui-tab .layui-tab-title li {
  font-size: 22px;
  padding: 6px 5px;
  color: #666666;
  margin-right: 40px;
}
.m-tabs--infos .layui-tab .layui-tab-title li .icon {
  height: 25px;
  vertical-align: middle;
  margin-right: 15px;
}
.m-tabs--default .layui-tab-bar {
  display: none;
}
.m-tabs--default .layui-tab .layui-this {
  font-weight: bold;
  color: #005293 !important;
}
.m-tabs--default .layui-tab .layui-this:after {
  height: auto;
  border-bottom: 6px solid #005293;
  bottom: -4px;
}
.m-tabs--default .layui-tab .layui-tab-title {
  display: flex;
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
  height: auto;
}
.m-tabs--default .layui-tab .layui-tab-title li {
  flex: 1;
  font-size: 22px;
  padding: 6px 0;
  color: #666666;
}
.m-tabs--default .layui-tab .layui-tab-title li .icon {
  height: 25px;
  vertical-align: middle;
  margin-right: 15px;
}
.fri-links {
  margin: auto;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #EDF8FF;
  padding: 0 20px;
}
.fri-links .keys {
  font-size: 20px;
  color: #005293;
  font-weight: bold;
  margin-right: 20px;
}
.fri-links .layui-form-item {
  flex: 1;
  margin: 0;
  margin-right: 10px;
}
.fri-links .layui-form-select {
  font-size: 14px;
  height: 34px;
}
.fri-links .layui-form-select .layui-input {
  height: 34px;
  color: #333;
  border: 1px solid #C5DFFF;
  text-align: center;
  background: #edf8ff;
}
.fri-links .layui-form-select .layui-edge {
  border-top-color: #333333;
  opacity: 0.5;
}
.fri-links .layui-form-select dl dd.layui-this {
  background: #fff;
  color: #333;
}
.m-contents {
  position: relative;
  z-index: 2;
}
.footer {
  height: 100px;
  background: linear-gradient(180deg, #0C72D0 0%, #0066E3 100%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer span {
  margin: 10px;
}
.m-form--radio .layui-form-radio {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-form--radio .layui-form-radio.layui-form-radioed {
  border-color: #005293;
  color: #005293;
}
.m-form--radio .layui-form-radio .layui-icon {
  display: none;
}
.m-form--layui xm-select {
  min-height: 46px;
  line-height: 46px;
  border: 1px solid #CCCCCC;
}
.m-form--layui .m-padding--left20 {
  padding-left: 20px;
}
.m-form--layui .m-padding--right20 {
  padding-right: 20px;
}
.m-form--layui .m-padding--left10 {
  padding-left: 10px;
}
.m-form--layui .m-padding--right10 {
  padding-right: 10px;
}
.m-form--layui .m-layui--flex {
  display: flex;
}
.m-form--layui .m-layui--flex .layui-btn {
  flex: 1;
}
.m-form--layui .layui-btn {
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  background: #005293;
  border-color: #005293;
  color: #fff;
}
.m-form--layui .layui-btn.layui-btn-primary {
  background: #FFFFFF;
  border-color: #979797;
  color: #666666;
}
.m-form--layui .layui-form-item {
  width: 100%;
}
.m-form--layui .layui-form-item .code-box--block {
  display: flex;
}
.m-form--layui .layui-form-item .layui-input-inline {
  margin-right: 0px;
}
.m-form--layui .layui-form-item .layui-form-label {
  width: 100%;
  text-align: left;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.m-form--layui .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 100%;
}
.m-form--layui .layui-form-item .layui-input,
.m-form--layui .layui-form-item .layui-select,
.m-form--layui .layui-form-item .layui-textarea {
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
}
.m-form--code .btn {
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-left: 10px !important;
}
.m-form--code .btn.time {
  display: none;
}
.m-form--code .btn.hover {
  background: #005293;
  color: #fff;
  border-color: #005293;
}
.m-form--code .btn.code {
  background: #EFF6FF;
  border-color: #EFF6FF;
  color: #005293;
  font-size: 14px;
  width: 146px;
}
.m-image--tg {
  width: 1200px;
  margin: 0px auto 20px;
}
.m-image--tg img,
.m-image--tg .img {
  max-width: 100% !important;
  height: auto;
}
.m-form--default .item {
  margin-bottom: 18px;
}
.m-form--default .btns {
  display: flex;
}
.m-form--default .btns .btn {
  flex: 1;
}
.m-form--default .btns .btn:not(:first-child) {
  margin-left: 20px;
}
.m-form--default .btn {
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.m-form--default .btn.hover {
  background: #005293;
  color: #fff;
  border-color: #005293;
}
.m-form--default .btn.code {
  background: #EFF6FF;
  border-color: #EFF6FF;
  color: #005293;
  font-size: 14px;
  width: 146px;
}
.m-form--default .m-code .m-code--time {
  display: none;
}
.m-form--default .name {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 4px;
}
.m-form--default .input {
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 0 15px;
  width: 100%;
}
.m-form--default .input::placeholder {
  color: #666666;
}
.m-crumbs {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.m-crumbs.line {
  border-bottom: 2px solid #F2F2F2;
  padding-bottom: 25px;
}
.m-crumbs .icon-home {
  height: 20px;
  vertical-align: middle;
  margin-right: 13px;
}
.m-crumbs .span {
  margin: 0 5px;
}
.m-loading {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #005293;
  line-height: 20px;
  margin: 30px 0;
  cursor: pointer;
}
.m-loading > a,
.m-loading > span {
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ccc;
}
.m-loading > a:hover {
  opacity: 0.6;
}
.m-loading > span {
  background: #005293;
  color: #fff;
  border-color: #005293;
  font-weight: bold;
}
.m-loading > span:hover {
  opacity: 0;
}
.m-loading .img {
  height: 20px;
  vertical-align: middle;
  margin-right: 15px;
  transform: translate(0, -2px);
}
.m-margin {
  width: 1200px;
  margin: auto;
  padding-bottom: 50px;
}
.page-image {
  max-width: 100%;
}
.m-date {
  width: 100%;
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 16px;
}
.m-date .boxs {
  width: 1400px;
  margin: auto;
  color: #fff;
  text-align: right;
  padding-right: 7px;
}
.m-date .boxs .span {
  vertical-align: middle;
  margin: 0 5px;
  color: #fff;
  font-size: 16px;
}
.m-date .boxs .icon {
  vertical-align: middle;
  height: 22px;
  margin-right: 10px;
}
